HTMLify

styles.css
Views: 38 | Author: cody
body{
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    color: #1d1d1f;
}

section{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

section div{
    background-color: #fff;
    border-radius: 28px;
    border: 1px solid hsla(0,0%,51.4%,.16);
    text-align: center;
    padding: 20px;
}

section div h1{
    margin-bottom: 20px;
    font-weight: bold;
}

.select-quiz{
    margin-right: 10px;
}

Comments